gesturestylus: Clarify a documentation comment
authorTimm Bäder <mail@baedert.org>
Tue, 17 Jul 2018 15:33:09 +0000 (17:33 +0200)
committerDaniel Boles <dboles.src@gmail.com>
Wed, 18 Jul 2018 22:05:06 +0000 (23:05 +0100)
Use the proper gtkdoc syntax for signals.

gtk/gtkgesturestylus.c

index 492dadc4393cada41546b0d5ef9d3ad1b14335a1..02019daab8e280ab090bd8a385d07a534da30da3 100644 (file)
@@ -250,9 +250,9 @@ gtk_gesture_stylus_get_axes (GtkGestureStylus  *gesture,
  * @gesture: a #GtkGestureStylus
  *
  * Returns the #GdkDeviceTool currently driving input through this gesture.
- * This function must be called from either the #GtkGestureStylus:down,
- * #GtkGestureStylus:motion, #GtkGestureStylus:up or #GtkGestureStylus:proximity
- * signals.
+ * This function must be called from either the #GtkGestureStylus::down,
+ * #GtkGestureStylus::motion, #GtkGestureStylus::up or #GtkGestureStylus::proximity
+ * signal handlers.
  *
  * Returns: (nullable) (transfer none): The current stylus tool
  *